projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fc11b3
)
; * lisp/loadup.el: Comment.
author
Glenn Morris
<rgm@gnu.org>
Mon, 20 Apr 2015 21:44:59 +0000
(17:44 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 20 Apr 2015 21:44:59 +0000
(17:44 -0400)
lisp/loadup.el
patch
|
blob
|
history
diff --git
a/lisp/loadup.el
b/lisp/loadup.el
index d24b4bfe342a47f3feb4ffa4a61d85ff34bcb846..bcfef60f7b546bb1f5c6c821259ca44e305900f3 100644
(file)
--- a/
lisp/loadup.el
+++ b/
lisp/loadup.el
@@
-63,6
+63,8
@@
(expand-file-name "textmodes" dir)
(expand-file-name "vc" dir)))))
+;; Prevent build-time PATH getting stored in the binary.
+;; Mainly cosmetic, but helpful for Guix. (Bug#20330)
(setq exec-path nil)
(if (eq t purify-flag)